-
Notifications
You must be signed in to change notification settings - Fork 643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VendingPriceModReplacer Refactor #872
VendingPriceModReplacer Refactor #872
Conversation
Doing a change to just make it use the existing code as to not add any new calcs |
Done, not adding new calcs, just allow a change to vend mod per item. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
1 similar comment
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Need a rewrite of this. |
About the PR
Remove VendPrice comp, replace it with a new float under StaticPrice.
Make it replace the vending mod per item.
Static * modifier.Mod
without VendingPriceMod
Static * VendingPriceModReplacer
When VendingPriceModReplacer exists and its higher then VendingPriceMod.
Why / Balance
Allow setting a mod multi per item, this cannot be used to lower vending mod, only increase it.
Technical details
C# for code replacements
yml for the items that were using old comp
Media
N/A
Breaking changes
Removed
VendPrice
compReplaced it with the new
vendingPriceModReplacer
on theStaticPrice
compChangelog
N/A